Read me 
-------------
Before using the example programs:

The libLPSsock.so shared library should be copied to your /usr/lib directory. Normally this
copy will require elevated privileges, so your copy command will look like:

> sudo cp <location of the library> /usr/lib

-------------
To run the BLXEthTest command line example program:
> ./LPSEthTest -h

will print the help message.

> ./LPSEthTest -d 192.168.100.10

will display information from the LPS device

Note that the LPSEthTest command line program interprets the command line as one complete
action, it does not interpret individual command line options in sequence like the python example
command line program.

-------------
The command line example program is intended to show you how you can use the LPS socket library
from your own application software, and provide simple examples of a command line program you can
customize to perform the functions you want.
